home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
GridChange.h
< prev
next >
Wrap
Text File
|
1992-02-09
|
367b
|
22 lines
@interface GridChange : Change
{
id graphicView;
int oldSpacing;
float oldGray;
BOOL oldVisible;
BOOL oldEnabled;
int newSpacing;
float newGray;
BOOL newVisible;
BOOL newEnabled;
}
- initGraphicView:aGraphicView;
- (const char *)changeName;
- saveBeforeChange;
- undoChange;
- redoChange;
- (BOOL)subsumeChange:change;
@end